home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group94c.txt / 000049_icon-group-request _Fri Dec 30 23:52:14 1994.msg < prev   
Internet Message Format  |  1995-02-09  |  5KB

  1. Received: from optima.CS.Arizona.EDU by cheltenham.CS.Arizona.EDU; Fri, 30 Dec 1994 19:30:26 MST
  2. Received: from agate.Berkeley.EDU by optima.CS.Arizona.EDU (5.65c/15) via SMTP
  3.     id AA07209; Fri, 30 Dec 1994 19:30:25 MST
  4. Received: by agate.berkeley.edu (8.6.8.1/1.33)
  5.     id RAA10500; Fri, 30 Dec 1994 17:27:12 -0800
  6. Received: from GATEWAY by agate with netnews
  7.     for icon-group@cs.arizona.edu (icon-group-l@cs.arizona.edu)
  8. To: icon-group-l@cs.arizona.edu
  9. Date: 30 Dec 1994 23:52:14 GMT
  10. From: todd.nathan@mccaw.com (Todd Nathan)
  11. Message-Id: <3e26fe$b0d@ftp-p.mccaw.com>
  12. Organization: McCaw Cellular Communications, Inc.
  13. Sender: icon-group-request@cs.arizona.edu
  14. Subject: Building for ICON for NS 3.3
  15.  
  16. Hello there folks.
  17.  
  18. Been trying to build the ICON
  19. distribution from arizona state on NS 3.3 Intel.
  20. If anyone could help I would appreciate it.
  21. The following output is from the attempt.
  22. I copied the next config directory, and put
  23. the i386_linux rswitch.c into it to replace
  24. the m68k rswitch code.  Was told this should
  25. work, but i get the following.  Please
  26. respond to me via email since this is not
  27. too much of a public issue to discuss.
  28.  
  29. Happy New Year!
  30.  
  31. Todd
  32.  
  33. PS.  Got the distribution twice to make sure it
  34. was not corrupted.  Also tried the rswitch.c from
  35. i486_linux also.
  36.  
  37. ------------- output from the build attempt -----------
  38. learfan> cp -r next i486_next
  39. learfan> cp i386_linux/rswitch.c i486_next
  40. learfan> ../..
  41. learfan> make Configure name=i486_next
  42. make Clean
  43. cd docs;                make Clean
  44. rm -rf *.bak
  45. cd ipl;         make Clean
  46. rm -f *.bak
  47. cd src;         make Clean
  48. cd iconc; rm -f *.o iconc
  49. cd common; rm -f *.o
  50. cd preproc; rm -f *.o pp
  51. cd rtt; rm -f *.o rtt
  52. cd runtime; rm -f *.c *.o rt.db rt.a rttcur.lst rttfull.lst iconx
  53. cd icont; rm -f *.o icont iconx.hdr hdr.h newhdr
  54. cd xpm; rm -f *.o *.a
  55. touch h/define.h
  56. cd tests;               make Clean
  57. cd bench;       make Clean
  58. rm -f *.out concord-[ct] deal-[ct] ipxref-[ct] queens-[ct]  rsg-[ct] *.u?
  59. cd calling;     make Clean
  60. cd extcall; make Clean
  61. rm -f *.o
  62. cd loadfunc; make Clean
  63. rm -f *.o *.so *.out so_locations btest
  64. rm -f foo
  65. cd general;     make Clean
  66. rm -f local/*
  67. touch local/.placeholder
  68. cd graphics;    make Clean
  69. rm -f foo
  70. cd ipl; make Clean
  71. rm -f local/*
  72. cd preproc;     make Clean
  73. cd samples;     make Clean
  74. rm -f local/*
  75. touch local/.placeholder
  76. cd special;     make Clean
  77. rm -f keyboard save
  78. cd vtran;       make Clean
  79. rm -rf vt
  80. rm -f tests/local/*
  81. cat config/unix/i486_next/vtran.hdr  config/unix/Config/vt3.make  
  82. >config/unix/Config/Makefile
  83. cp config/unix/Common/Makefile config/unix/i486_next
  84. cd config/unix/i486_next;       make 
  85. make -f ../Config/Makefile Setup
  86. make -f ../Config/Makefile Clean
  87. rm -f ../../../src/common/rswitch.[csS]
  88. make -f ../Config/Makefile Localcode
  89. cp define.h ../../../src/h
  90. cp rswitch.[csS] ../../../src/common
  91. if grep -s NoRanlib define.h;  then touch ../../../NoRanlib;  else rm -rf  
  92. ./../../NoRanlib; fi
  93. make -f ../Config/Makefile Makefiles
  94. cat rtt.hdr ../Config/rtt.make  > ../../../src/rtt/Makefile
  95. cat common.hdr ../Config/common.make  > ../../../src/common/Makefile
  96. cat iconc.hdr ../Config/iconc.make  > ../../../src/iconc/Makefile
  97. cat preproc.hdr ../Config/preproc.make  > ../../../src/preproc/Makefile
  98. cat icont.hdr ../Config/icont.make  > ../../../src/icont/Makefile
  99. cat runtime.hdr ../Config/runtime.make  > ../../../src/runtime/Makefile
  100. cat vtran.hdr ../Config/vt2.make > ../../../src/vtran/Vtmake2
  101. cp ../Config/vt1.make ../../../src/vtran/Vtmake1
  102. make -f ../Config/Makefile VT
  103. rm -f icon_vt.c
  104. ln ../Config/icon_vt.c icon_vt.c
  105. cc -E icon_vt.c | egrep -v '(^#|^$)' > ../../../bin/icon_vt
  106. ./Config/icon_vt.h:1: illegal external declaration, missing `;' after  
  107. `/me/languages/icon/bin/'
  108. ./Config/icon_vt.h:2: illegal external declaration, missing `;' after  
  109. `Setting'
  110. ./Config/icon_vt.h:2: illegal external declaration, missing `;' after  
  111. `structure'
  112. ./Config/icon_vt.h:2: undefined type, found `variant'
  113. ./Config/icon_vt.h:2: illegal external declaration, missing `;' after  
  114. `translator'
  115. ./Config/icon_vt.h:4: undefined type, found `common'
  116. ./Config/icon_vt.h:5: illegal external declaration, missing `;' after  
  117. `itran'
  118. ./Config/icon_vt.h:6: undefined type, found `h'
  119. ./Config/icon_vt.h:7: illegal external declaration, missing `;' after  
  120. `rm'
  121. ./Config/icon_vt.h:7: illegal method definition, found `$CommonDir'
  122. ./Config/icon_vt.h:2: illegal method definition, missing `{' after  
  123. `icon_vt.c'
  124. *** Exit 1
  125. Stop.